home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / mdipad.zip / MDIPAD.DEF < prev    next >
Text File  |  1993-01-16  |  746b  |  25 lines

  1. ;  ************************************************************************
  2. ;
  3. ;                       Microsoft Developer Support
  4. ;                Copyright (c) 1992 Microsoft Corporation
  5. ;
  6. ;  **************************************************************************
  7. ;  MODULE    : MdiPad.DEF
  8. ;  PURPOSE   : A Win16/Win32 MdiPad Application Module Definition File
  9. ;  **************************************************************************
  10.  
  11. NAME         MdiPad
  12. DESCRIPTION  'Microsoft Developer Support MdiPad Application'
  13.  
  14.  
  15. EXETYPE      WINDOWS
  16. CODE         PRELOAD MOVEABLE DISCARDABLE
  17. DATA         PRELOAD MOVEABLE MULTIPLE
  18. HEAPSIZE     4096
  19. STACKSIZE    8192
  20.  
  21. EXPORTS
  22.   MainWndProc
  23.   MdiChildWndProc
  24.   AboutDlgProc
  25.